home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / code / r3mpcopy.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.4 KB  |  64 lines

  1.  
  2. // JavaScript wrapper for r3mpcopy.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_MPCOPY_H = 1;
  7. include("real/code/r3matprp.js")
  8.  
  9.  
  10. var R3CLID_MPCOPY = 496;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3MPCOPYA_Remap1 = 496500;
  19. function SetR3MPCOPYA_Remap1(value) {
  20.   R3Set(this.r3obj, R3MPCOPYA_Remap1, value, R3TID_INTEGER, 0); 
  21. }
  22.  
  23. function GetR3MPCOPYA_Remap1() {
  24.   return R3Get(this.r3obj, R3MPCOPYA_Remap1, R3TID_INTEGER, 0); 
  25. }
  26.  
  27. R3MPCOPYA_Remap2 = 496501;
  28. function SetR3MPCOPYA_Remap2(value) {
  29.   R3Set(this.r3obj, R3MPCOPYA_Remap2, value, R3TID_INTEGER, 0); 
  30. }
  31.  
  32. function GetR3MPCOPYA_Remap2() {
  33.   return R3Get(this.r3obj, R3MPCOPYA_Remap2, R3TID_INTEGER, 0); 
  34. }
  35.  
  36. R3MPCOPYA_Remap3 = 496502;
  37. function SetR3MPCOPYA_Remap3(value) {
  38.   R3Set(this.r3obj, R3MPCOPYA_Remap3, value, R3TID_INTEGER, 0); 
  39. }
  40.  
  41. function GetR3MPCOPYA_Remap3() {
  42.   return R3Get(this.r3obj, R3MPCOPYA_Remap3, R3TID_INTEGER, 0); 
  43. }
  44.  
  45.  
  46.  
  47. function r3Mpcopy () { 
  48.    this.base = r3God;
  49.    if(arguments.length) {
  50.       this.base(R3CLID_MPCOPY, arguments);
  51.    }
  52.    // Methods
  53.  
  54.    // Attributes
  55.    this.GetRemap1=GetR3MPCOPYA_Remap1;
  56.    this.SetRemap1=SetR3MPCOPYA_Remap1;
  57.    this.GetRemap2=GetR3MPCOPYA_Remap2;
  58.    this.SetRemap2=SetR3MPCOPYA_Remap2;
  59.    this.GetRemap3=GetR3MPCOPYA_Remap3;
  60.    this.SetRemap3=SetR3MPCOPYA_Remap3;
  61. }
  62.  
  63. r3Mpcopy.prototype=new r3Matprop;
  64. // r3mpcopy.h_H